home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_309 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-27  |  217 b   |  10 lines

  1. on(press){
  2.    if(_root.def > 0)
  3.    {
  4.       _root.def -= 1;
  5.       _root.def1 = "Defence: " + _root.def;
  6.       _root.spoints += 1;
  7.       _root.mstats = "You currently have " + _root.spoints + " stats.";
  8.    }
  9. }
  10.